.bk_bg {
    background: #111;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, "Microsoft YaHei UI",Arial, sans-serif;
}

.bk3 a {
    color: white;
}


.prize-wheel-top-header {
    height: auto;
}

.prize-wheel-top-header img {
    width: 100%;
}

.prize-wheel-top-header .page-title {
    font-size: 65px;
    color: white;
    text-align: center;
    line-height: 500px;
    margin: 0;
}

#randomdrawBody {
    background: #111;
}

.prize-wheel-bg {
    position: absolute;
    width: 730px;
    height: 730px;
    background: url(../images/prizewheel/turnplate-bg.png) center center no-repeat;
    z-index: 100;
}

.prize-wheel-wrap {
    margin: 0 auto 80px auto;
    width: 730px;
    height: auto;
    min-height: 730px;
    position: relative;
}

.prize-wheel-wrap::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 300px;
    background: url(../images/prizewheel/prize-wheel-bg.png) center 0 no-repeat;
    margin-top: -140px;
    margin-left: 0;
    z-index: 300;
}

.prize-wheel-wrap .start-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 100;
    text-align: center;
    text-decoration: none;
    left: 0;
    top: -39px;
    background: url(../images/prizewheel/prize-wheel-main.png) center center no-repeat;
}

.help-hand {
    position: absolute;
    left: 50%;
    z-index: 400;
    top: 60%;
}

.prize-wheel-wrap .start-btn:hover {
    text-decoration: none;
}

.prize-wheel-wrap .start-btn .title {
    float: none;
    color: white;
    font-size: 30px;
    font-weight: normal;
    padding: 49% 0 20px 0;
}

.prize-wheel-wrap .start-btn .description {
    font-size: 16px;
    color: white;
}

.fm1 {
    width: 100%;
    background: #111;
    border-top: 1px solid #292929;
}

.prize-wheel-desc {
    width: 750px;
    margin: 50px auto 180px auto;
}

.prize-wheel-desc .title {
    color: white;
    font-size: 30px;
    font-weight: normal;
    float: none;
    margin-bottom: 20px;
}

.prize-wheel-desc p {
    font-size: 15px;
    color: white;
    line-height: 1.618;
    margin-bottom: 10px;
    margin-top: 0;
}

.prize-wheel-my-award-wrap {
    width: 750px;
    margin: 0 auto 50px auto;
    background: #000;
    position: relative;
}

.prize-wheel-my-award-wrap::before {
    content: '';
    position: absolute;
    width: 170px;
    height: 160px;
    background: url(../images/prizewheel/my-award-bg.png) right bottom no-repeat;
    right: 0;
    bottom: 0;
}

.prize-wheel-my-award-wrap .title {
    font-size: 30px;
    float: none;
    text-align: center;
    color: white;
    padding: 20px 0;
    font-weight: normal;
}

.prize-detail-wrap {
    width: 750px;
    margin: 0 auto;
}

.prize-detail-wrap .title {
    font-size: 30px;
    float: none;
    text-align: center;
    font-weight: normal;
    color: white;
    padding: 20px 0;
    margin-bottom: 35px;
}

.prize-detail-wrap .prize-detail-list {
    display: flex;
    flex-wrap: wrap;
}

.prize-detail-wrap .prize-detail-list .prize-detail-item {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 64px;
    box-sizing: border-box;
}

.prize-detail-wrap .prize-detail-list .prize-detail-item:nth-child(2n) {
    margin-right: 0;
}

.prize-detail-wrap .prize-detail-list .prize-detail-item img {
    width: 100%;
    background: white;
}


.prize-detail-wrap .prize-detail-list .prize-detail-item .prize-info .prize-title {
    padding: 15px 0px;
    font-size: 16px;
    color: white;
    line-height: 1.618;
    font-weight: normal;
}

iframe {
    display: none;
}


.bk19 {
    display: none;
}

.bk20 {
    display: none;
}

.bk17_1 {
    background: #333;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    line-height: 1.618;
    border-top: .5px solid #555;
}

.bk17_1 a {
    color: #999;
}

.bk17 {
    margin: 0;
}

.bk21 {
    background: #333;
    color: #999;
}

.login-wrap {
    display: none;
    position: fixed;
    width: 400px;
    height: auto;
    background: white;
    left: 50%;
    top: 50%;
    margin-left: -210px;
    margin-top: -150px;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    z-index: 400;
}

.login-wrap .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 32px;
    font-weight: normal;
    font-family: sans-serif;
    text-align: center;
}

.login-wrap .close:hover {
    text-decoration: none;
}

.login-wrap .form-group {
    margin-bottom: 12px;
}

.login-wrap .form-group label {
    display: block;
    font-size: 14px;
    color: #333;
    padding-bottom: 6px;
}

.login-wrap .form-group .form-control {
    height: 32px;
    line-height: 32px;
    border: 1px solid #d1d1d1;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.login-wrap .checkbox {
    margin-bottom: 24px;
}

.login-wrap .register-link {
    color: #333;
    text-decoration: underline;
    vertical-align: middle;
    display: inline-block;
    margin-left: 14px;;
}

.login-wrap .form-login-btn {
    display: inline-block;
    background: #d60b11;
    border: none;
    color: white;
    padding: 10px 30px;
    cursor: pointer;
    font-size: 15px;
}


.login-wrap .title {
    padding: 20px 0 30px 0;
    float: none;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
}

.award-list {
    padding-bottom: 20px;
}

.award-list .award-item {
    display: flex;
    padding: 5px 20px;
}

.award-list .award-item .award-name {
    flex: 1;
    font-size: 16px;
    color: white;
}

.award-list .award-item .award-email {
    flex: 1;
    font-size: 16px;
    color: white;
}

.message-box {
    display: none;
    width: 400px;
    min-height: 100px;
    height: auto;
    background: white;
    position: fixed;
    left: 50%;
    margin-left: -200px;
    top: 30%;
    z-index: 400;
}

.message-box .close {
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    font-size: 32px;
    color: #333;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
}

.message-box .message-body {
    padding: 40px 20px 20px 20px;
    font-size: 16px;
}

.message-box .btn.btn-primary {
    display: block;
    padding: 10px 30px;
    background: #e01415;
    color: white;
    margin: 0 auto 10px auto;
    width: 40px;
    font-size: 14px;
    text-align: center;
}

.message-box .btn.btn-primary:hover {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .bk1 {
        width: 100%;
    }

    .bk1_r {
        display: none;
    }

    .bk78_m {
        display: none;
    }

    .prize-wheel-top-header {
        height: 100%;
        background-size: cover;
    }

    .prize-wheel-top-header .page-title {
        font-size: 32px;
        line-height: 1.618;
        padding-top: 70px;
    }

    .prize-wheel-desc {
        width: 100%;
        margin-bottom: 160px;
        margin-top: 10px;
    }

    .prize-wheel-desc p {
        padding: 0 15px;
    }

    .prize-wheel-my-award-wrap {
        margin-top: 30px;
        width: 100%;
    }

    .prize-detail-wrap {
        width: 100%;
        height: 100vw;
    }

    .prize-detail-wrap canvas {
        height: 100vw;
    }

    .prize-wheel-wrap {
        width: 100%;
        margin-bottom: 20px;
    }

    .prize-wheel-wrap #prize-wheel-canvas {
        width: 100%;
        height: 100vw;
    }

    .prize-detail-wrap .prize-detail-list {
        padding: 0 15px;
    }

    .prize-detail-wrap .prize-detail-list .prize-detail-item .prize-info .prize-title {
        font-size: 14px;
    }

    .bk19 {
        display: none;
    }

    .bk20 {
        display: none;
    }

    .bk17_1 {
        background: #333;
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        line-height: 1.618;
    }

    .bk17_1 a {
        color: #999;
    }

    .bk17 {
        margin: 0;
    }

    .bk21 {
        background: #333;
        color: #999;
    }

    .message-box {
        width: 100%;
    }

    .login-wrap {
        width: 100%;
        margin: 0;
        left: 0;
    }

    .prize-wheel-my-award-wrap::before {
        width: 80px;
        height: 80px;
        background: url(../images/prizewheel/my-award-bg.png) right bottom no-repeat;
        right: 0;
        bottom: 0;
        background-size: contain;
    }

}

@media screen and (max-width: 500px) {
    .prize-wheel-wrap {
        height: 400px;
        width: 400px;
        margin: 0 auto;
        min-height: auto;
    }

    .prize-wheel-bg {
        width: 400px;
        height: 400px;
        background-size: contain;
    }

    .prize-wheel-wrap::before {
        background-size: contain;
        margin-top: -103px;
    }

    .prize-wheel-wrap .start-btn {
        background-size: 160px;
        top: -28px;
    }

    .prize-wheel-wrap .start-btn .title {
        font-size: 18px;
        padding: 49% 0 4px 0;
    }

    .prize-wheel-wrap .start-btn .description {
        font-size: 11px;
    }
}

@media screen and (max-width: 400px) {
    .prize-wheel-wrap::before {
        background-size: contain;
        margin-top: -81px;
    }

    .prize-wheel-wrap {
        height: 320px;
        width: 320px;
        margin: 0 auto;
        min-height: auto;
    }

    .prize-wheel-wrap .start-btn .title {
        font-size: 18px;
        padding: 49% 0 4px 0;
    }

    .prize-wheel-wrap .start-btn .description {
        font-size: 11px;
    }

    .prize-wheel-wrap .start-btn {
        background-size: 160px;
        top: -28px;
    }

    .prize-wheel-bg {
        width: 320px;
        height: 320px;
        background-size: contain;
    }
}